(EMACS): Use $(THISDIR) to make emacs.exe path
authorAndrew Innes <andrewi@gnu.org>
Tue, 6 Feb 2001 15:51:02 +0000 (15:51 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 6 Feb 2001 15:51:02 +0000 (15:51 +0000)
absolute.

lisp/makefile.w32-in

index 18c9ac4a9b9c1828679aaea90e224b7229b662de..619851363ec8a4700f7c9629a91250277f20cfd4 100644 (file)
@@ -32,7 +32,7 @@ lisp = $(CURDIR)
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".
 
-EMACS = "../bin/emacs.exe"
+EMACS = "$(THISDIR)/../bin/emacs.exe"
 
 # Command line flags for Emacs.  This must include --multibyte,
 # otherwise some files will not compile.